Skip to content

ci: fix bump version to minor upon FEATURE change#624

Merged
kd7lxl merged 1 commit intomasterfrom
bump-version
Apr 27, 2026
Merged

ci: fix bump version to minor upon FEATURE change#624
kd7lxl merged 1 commit intomasterfrom
bump-version

Conversation

@kd7lxl
Copy link
Copy Markdown
Collaborator

@kd7lxl kd7lxl commented Apr 27, 2026

This fixes bump-version.sh to detect FEATURE in CHANGELOG and bump the minor version. Previously it was only bumping minor version for ENHANCEMENT, causing #620 to compute the wrong target version.

Problem logs:

https://github.com/cortexproject/cortex-helm-chart/actions/runs/25010065553/job/73243163179#step:5:12

Current version: 3.2.1
Unreleased changes analysis:

* [FEATURE] Add a parquet labels cache. #621
* [DEPENDENCY] update quay.io/cortexproject/cortex docker tag to v1.21.0 #622
* [DEPENDENCY] update kiwigrid/k8s-sidecar docker tag to v2.7.1 #623
Defaulting to patch bump ([BUGFIX], [DEPENDENCY], or other).
New version: 3.2.2

Demo of fix:

https://github.com/cortexproject/cortex-helm-chart/actions/runs/25010593811/job/73245008093

Current version: 3.2.1
Unreleased changes analysis:
* [FEATURE] Add a parquet labels cache. #621
* [DEPENDENCY] update quay.io/cortexproject/cortex docker tag to v1.21.0 #622
* [DEPENDENCY] update kiwigrid/k8s-sidecar docker tag to v2.7.1 #623
Found [FEATURE], applying minor bump.
New version: 3.3.0

Signed-off-by: Tom Hayward <thayward@infoblox.com>
@kd7lxl kd7lxl merged commit c5f0ae1 into master Apr 27, 2026
4 checks passed
@kd7lxl kd7lxl deleted the bump-version branch April 27, 2026 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants